home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megadoom II
/
MEGADOOM II - iso.7z
/
MEGADOOM II.ISO
/
doom
/
editors
/
wadfile
/
dmop
/
doom1
/
neptune.rw
< prev
next >
Wrap
Text File
|
1995-01-08
|
5KB
|
88 lines
;
; Random World File created by populate
;
; Populate was written By Dusty Bedford 1994
;
;Enemies Weight When MAX#OF
CACODEMON 29.54 1
SHELLS 7.59 ;9
SHOTGUN 1.69 1
TROOPER 99.73 ;14 ;This item is inocuous
TROOPER 49.86 DEAF/AMBUSH ;7 ;This item is inocuous
IMP 94.97 12
STIMPAK 1.69 DEAF/AMBUSH 2
SERGEANT 63.32 8
POTION 16.88 ;20 ;This item is inocuous
MEDIKIT 3.38 2
GARMOR 7.59 3
SPECTRE 72.80 4
SPECTRE 72.80 MEDIUM_AND_HARD 4
POOLOFBLOOD 0.20 1
IMP 31.66 MEDIUM_AND_HARD 4
FLYSKULL 9.50 2
SERGEANT 7.91 MEDIUM_AND_HARD 1
DEMON 91.00 5
SHELLBOX 1.69 2
TROOPER 14.25 MEDIUM_AND_HARD ;2 ;This item is inocuous
SERGEANT 23.74 DEAF/AMBUSH 3
IMP 47.49 DEAF/AMBUSH 6
CACODEMON 118.16 DEAF/AMBUSH 4
STIMPAK 1.69 2
CHAINSAW 1.69 1L
FLYSKULL 9.50 MEDIUM_AND_HARD 2
PLASMA 1.69 1
INVISO 1.69 1
DEMON 36.40 MEDIUM_AND_HARD 2
BULLETS 1.69 1
BARON 18.99 1L
;
; GLOBAL SETTINGS: THEY AFFECTS THE ENTIRE WORLD
;
; At run-time this value is used to adjust the
; Max#of variable based on the population of
; the level being modified. Using the strict
; standard requires that one or more of the
; items in the list above not have a specified
; maximum number of objects.
;
PER 128 ;Strict standard for exact placement
;PER 108 ;Lowered Standard for easy placement
;
; Deleting any of the PRESERVE lines will mean that
; the objects will not be taken from the original
; level. You will have to supply your own above.
;
PRESERVE PILLARS
PRESERVE LAMPS
;
; THRESHOLD determines what a MEGA-GOODIE is.
; MEGA-GOODIES are used to make the level fair
; if the generator places a lot of enemies in
; the level.
;
THRESHOLD 75
;
; I.Q. Determines how intelligently the program
; places objects in the effort to defeat you.
; 250 is the default if it is not specified here.
;
I.Q. 250
;
; EVEN sets the point at which the program must begin
; placing MEGA-GOODIES into the level, on the
; basis of the hardest difficulty rating.
; The MEGA-GOODIES give you a fighting chance,
; setting the value lower or <500 will increase the number
; of MEGA-GOODIES available to you in a the level.
EVEN 500
;
; If SPREAD is not set to a low value then
; a given sector may accumulate too many objects
; this often makes the level impossible to finish
; or just ugly-looking. Setting the value too low
; could make it difficult to place objects within
; a given wad file.
;
SPREAD 15
;